home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PGetStoryEditPref.h -------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PGetStoryEditPref__
- #define __PGetStoryEditPref__
-
-
- #include "PMTypes.h"
-
- #include "PHandleQuery.h"
-
-
- class PGetStoryEditPref : public PHandleQuery
- {
-
- public:
-
- PGetStoryEditPref();
-
- PMBool bDisplayPara;
- PMBool bDisplayStyle;
- short dSize;
- const char * sFont;
- };
-
- #endif
-
- // end of PGetStoryEditPref.h
-